home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / comms / xfr_qm25.arj / ZMODRC.BAT < prev    next >
DOS Batch File  |  1993-11-18  |  1KB  |  27 lines

  1. @echo off
  2. cls
  3. echo  
  4. echo HC╒╡ DSZ COMMANDS ╞══════════════╕
  5. echo C│  ALT-B Cancel Batch        
  6. echo AC░░
  7. echo C│  ALT-X Terminate Zmodem 
  8. echo AC   ░░
  9. echo C│  ALT-F Skip Current File
  10. echo AC   ░░
  11. echo C│  ALT-N Nuke (Kill) Zmode
  12. echo ACm  ░░
  13. echo C│  ALT-C Terminate Transfe
  14. echo ACr  ░░
  15. echo C╘══════════════════════════════╛░░
  16. echo C░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  17. echo 
  18. REM "Place your own configuration for DSZ in the line below."
  19. cd dnld
  20. rem
  21. rem ha on=Handshake CTS pB4096=write to disk every 4k -m=mobyturbo
  22. rem -rr=crash recovery with file compare -s=SLUGfile
  23. rem
  24. \qmpro\dsz port %2 speed %1 ha on pB4096 rz -mrrs
  25. cd ..
  26. echo 
  27.